public void exportData( java.lang.String fileName, PDFFormDataFormat format, java.lang.String pdfFileName, int options ) |
Parameters
- fileName
- The output file for form data.
- format
- The data format for export.
- pdfFileName
- The PDF file name the data is exported from.
- options
- Options for exporting the data, see constants in PDFFormDataOptions class. They can be combined using 'or' operator.